Fix e820 array stack overflow
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Wed, 17 Aug 2005 22:01:24 +0000 (22:01 +0000)
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Wed, 17 Aug 2005 22:01:24 +0000 (22:01 +0000)
commitd245fc4186f6dc49147e2b85927bf19865264502
treebacaacdda86e93bfd5854b0416c0cdaa09521f04
parent7501cca88550678b632d3a0934295c4eb3012bf5
Fix e820 array stack overflow
I don't see the problem on machine that I typically use, but I found and
fixed the problem on a big machine. It was causing a stack overflow. If
you look at the current code, it's a bit dangerous, see => part. This
patch fixes it.
From: "Nakajima, Jun" <jun.nakajima@intel.com>
Signed-off-by: ian@xensource.com
xen/arch/x86/setup.c